object CertExportFormatForm: TCertExportFormatForm Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'Export File Format' ClientHeight = 235 ClientWidth = 451 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object lSelect: TLabel Left = 16 Top = 16 Width = 158 Height = 13 Caption = 'Select the format you want to use' end object rbBinCER: TRadioButton Left = 16 Top = 88 Width = 430 Height = 17 Caption = '&DER encoded binary X.509 (.CER)' TabOrder = 2 OnClick = DoClick end object rbBase64CER: TRadioButton Left = 16 Top = 112 Width = 430 Height = 17 Caption = 'Ba&se-64 encoded X.509 (.CER)' TabOrder = 3 OnClick = DoClick end object rbPFX: TRadioButton Left = 16 Top = 40 Width = 430 Height = 17 Caption = 'Personal Information Exchange - PKCS #12 (.PFX)' Checked = True TabOrder = 0 TabStop = True OnClick = DoClick end object rbPKCS7: TRadioButton Left = 16 Top = 64 Width = 430 Height = 17 Caption = 'Cryptographic Message Syntax Standard - PKCS #7 (.P7B)' TabOrder = 1 OnClick = DoClick end object cbFullPath: TCheckBox Left = 16 Top = 144 Width = 430 Height = 17 Caption = 'Include all the certificates in the certification path if possib' + 'le ' TabOrder = 4 OnClick = DoClick end object cbExportPrivate: TCheckBox Left = 16 Top = 168 Width = 430 Height = 17 Caption = 'Export private keys as well' TabOrder = 5 OnClick = DoClick end object bOK: TButton Left = 200 Top = 200 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 6 end object bCancel: TButton Left = 288 Top = 200 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 7 end end